home *** CD-ROM | disk | FTP | other *** search
/ SCI Games E3 2005 Press Kit (USA) / SCI Games E3 2005 Press Kit (USA).bin / runme_mac.swf / scripts / DefineSprite_90 / frame_1 / PlaceObject2_84_4 / CLIPACTIONRECORD onClipEvent(mouseDown).as < prev    next >
Text File  |  2005-05-05  |  232b  |  9 lines

  1. onClipEvent(mouseDown){
  2.    if(this.hitTest(_root._xmouse,_root._ymouse,true))
  3.    {
  4.       gotoAndStop(2);
  5.       drag = true;
  6.       startDrag("",0,x_iniz + 1,y_iniz,x_iniz + 1,y_iniz + _parent.barra._height - _height);
  7.    }
  8. }
  9.